home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- # Compass Sample Export Template
- # HTML List.tpl
- #############################################################################
-
-
- #############################################################################
- # Definition of BOOKMARKS & FOLDERS blocks:
- #############################################################################
-
- {BOOKMARKS}
- <li><font size="-1"><a href="$URL$" target=compass>$TITLE$</a></font>
- {/BOOKMARKS}
-
-
- {FOLDERS}
- <li><b>$FOLDER$$TITLE$</b>
- <ol>
- $BOOKMARKS$
- </ol>
- <br>
- {/FOLDERS}
-
- #############################################################################
- # The main output file:
- #############################################################################
-
- {MAIN}
- <!doctype html public "-//w3c//dtd html 3.2 final//en">
- <html>
- <head>
- <title>My Bookmarks</title>
- </head>
-
- <body bgcolor="#CCCCCC">
-
- <ul>
- $FOLDERS$
- </ul>
-
- <center><font size="-2">
- <hr size="1" width= "90%">
- Exported by Compass at ($DATE$ $TIME$)<br>
- Export Template - HTML List.tmp<br>
- </font></center>
-
- </body>
- </html>
- {/MAIN}
-
-